projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51c6af
)
Fix distcheck
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 27 May 2014 19:14:02 +0000
(15:14 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 27 May 2014 19:14:02 +0000
(15:14 -0400)
gtk/inspector/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/inspector/Makefile.am
b/gtk/inspector/Makefile.am
index 42b3c325fbba53e82547494aaaf652027d9b6fb5..574b4c1ebe374d3ef9a222b92fb7bcc927019623 100644
(file)
--- a/
gtk/inspector/Makefile.am
+++ b/
gtk/inspector/Makefile.am
@@
-110,4
+110,14
@@
EXTRA_DIST += \
$(resource_files) \
$(templates)
+MAINTAINERCLEANFILES = \
+ resources.c \
+ resources.h
+ $(template_headers)
+
+distclean-local:
+ if test $(srcdir) != .; then \
+ rm -f $(MAINTAINERCLEANFILES); \
+ fi
+
-include $(top_srcdir)/git.mk